home *** CD-ROM | disk | FTP | other *** search
/ Our World is a Playground 3 / 0_firefly3.iso / pc / files / attic.dxr / 00455_dark bulb.ls < prev    next >
Encoding:
Text File  |  1996-08-19  |  145 b   |  8 lines

  1. on mouseDown
  2.   puppetSound(1, "switch")
  3.   repeat while soundBusy(1)
  4.   end repeat
  5.   set the mouseDownScript to "findHotSpot"
  6.   go("static 2")
  7. end
  8.